.right-con{
	display: none;
}
.right-con .right-tab .nav-tab {
	background:url('../images/navtab-icon-b.png')no-repeat center center;
	background-size: contain;

	margin-left: 4px;
    width: 22px;
    height: 19px;
    transform: translateY(0px);
}
.right-con .right-tab .nav-tab i {
    background: url(../images/navtab-icon.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}
.msub-list {
    background: #25376a;
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    position: absolute;
    top: 44px;
    z-index: 99;
    width: 100%;
    left: 0;

    display: none;
}
.msub-list .list-wrap {
  padding: 5px 0;
}
.msub-list .list-wrap .list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li a {
	color: #fff;
}
.msub-list .list-wrap .list li dt {
	position: relative;
	font-weight: normal;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 5.2%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li dt a {
	font-size: 16px;
	display: inline-block;
	width: 80%;
}
.msub-list .list-wrap .list li dt .icon {
	position: absolute;
	right: 36px;
	top: 0;
	transition: all 0.5s ease 0s;
}
.msub-list .list-wrap .list li dd {
  display: none;
  font-weight: normal;
  background: #1f2e58;
  box-sizing: border-box;
  padding: 0px 5.2%;
/*  height: 22px;*/
  line-height: 30px;
  position: relative;
}
.msub-list .list-wrap .list li dd a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
/*  text-indent: 25px;*/
  padding:5px 0;
}
.msub-list .list-wrap .list li dd:before {
  content: '';
  width: calc(100% - 36px);
  height: 1px;
  position: absolute;
  left: 18px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li dd:last-child:before {
  display: none;
}
.msub-list .list-wrap .list li:last-child {
  border: none;
}
.msub-list .list-wrap .list li:last-child dt {
  border: none;
}
.msub-list .list-wrap .list li:last-child.cur dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li.cur .icon {
  transform: rotate(180deg);
}
/*手机站导航2*/
#navToggle {
  display: none;
}
.m_nav {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}
.m_nav.open {
  transform: translateX(0);
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  float: right;
  box-sizing: border-box;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  height: 50px;
  display: block;
  margin: 30px auto;
}
.m_nav .ul {
  margin-top: 0px;
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.m_nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}
.m_nav .ul li.dropdown {
  background-image: url(../images/jt.png);
  background-repeat: no-repeat;
  background-position: 95% 22px;
  background-size: 14px;
}
.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav .ul li .dropdown_menu {
  display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav .ul li .dropdown_menu a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}
.sousuo {
    width: 90%;
    margin: 5%;
    margin-top: 20px;
    height: 38px;
    border: solid 1px #1669b2;
    float: left;
}
.sousuo_i {
    float: left;
    background-image: url(../images/sousuo.png);
    width: 80%;
    text-indent: 40px;
    background-repeat: no-repeat;
    background-position: 15px center;
    font-size: 14px;
    color: #999;
    background-size: 16px;
    height: 36px;
    border: none
}
.sousuo_a {
    width: 20%;
    float: right;
    border: none;
    background-color: #1669b2;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.tel {
    width: 100%;
    float: right;
    line-height: 40px;
    color: #1669b2;
    font-size: 20px;
    text-align: center;
}
@media(max-width: 991px){
  .right-con,.right-con .right-tab .nav-tab{
    display: block !important;
  }
  #navToggle {
    height: 100%;
    padding: 5px 15px;
    margin-right: -15px;
    display: inline-block;
    float: right;
  }
  #navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
    margin-top: 19px;
  }
  #navToggle span:before,
  #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
  }
  #navToggle span,
  #navToggle span:before,
  #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #4f4f4f;
  }
  #navToggle span:before {
    top: 8px;
  }
  #navToggle span:after {
    bottom: 10px;
  }
  #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  #navToggle.open span {
    background: none;
  }
  #navToggle.open span:before,
  #navToggle.open span:after {
    background: #4f4f4f;
  } 
}